﻿@import url(../../css.css);
@import url(../../css-1.css);
@import url("prettyPhoto.css") screen;
@import url("hoverex-all.css") screen;
/*	-------------------------------------------------------------
	1. GENERAL STRUCTURES
----------------------------------------------------------------- */
* {
	margin: 0;
	padding: 0px;
}
body {
	background: #ffffff;
	margin: 0;
	height: 100%;
	color: #2F5362;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	letter-spacing: -1px;
}
p {
	padding: 0;
	margin-bottom: 12px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #2F5362;
	margin-top: 10px;
}
img {
	height: auto;
	max-width: 100%;
}
a {
	padding: 0;
	margin: 0;
	text-decoration: none;
	-webkit-transition: background-color .4s linear, color .4s linear;
	-moz-transition: background-color .4s linear, color .4s linear;
	-o-transition: background-color .4s linear, color .4s linear;
	-ms-transition: background-color .4s linear, color .4s linear;
	transition: background-color .4s linear, color .4s linear;
	
}
a:hover, a:focus {
	text-decoration: none;
	color: #01b2fe;
}

::-moz-selection {
 color: #fff;
 text-shadow:none;
 background:#2B2E31;
}
::selection {
	color: #fff;
	text-shadow: none;
	background: #2B2E31;
}
.centered {
	text-align: center
}

h3.centered{
	text-transform:uppercase;
	padding-bottom:20px;
}
ol{
	font-size:16px;
	padding-left:20px;
}
/*	-------------------------------------------------------------
	BOOTSTRAP MODIFICATIONS & TWEAKS
----------------------------------------------------------------- */

/*  ------------------------
	NAVIGATION
	------------------------  */
	
.navbar-collapse {
	padding-top: 15px;
}
.navbar {
	min-height: 100px;
	padding-top: 10px;
	margin-bottom: 0px;
	border-bottom: 1px solid #eee !important;
}
.navbar-brand {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 12px;
	line-height: 1.3;
	color: #29abe2;
}
.navbar-default .navbar-brand {
	color: #29abe2;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
	color: #29abe2;
	background-color: transparent;
}
.navbar-default .navbar-nav > li > a {
	color: #2F5362;
	font-weight: 400;
	font-size: 12px;
	font-family: 'Montserrat', sans-serif;
}
.navbar-default .navbar-nav > li > a:hover {
	color: #29abe2;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #29abe2;
	background-color: transparent;
}
.navbar-default {
	background-color: #fff;
	border-color: transparent;
}
.navbar-default .navbar-nav > li > a.highlighted {
	color: #ffffff;
	background: #F93E5E;
	border-radius: 3px;
	font-weight: 700;
}
.navbar-default .navbar-nav > li > a:hover.highlighted {
	color: #fff;
	background: #29abe2;
}
.navbar-toggle {
	border: none;
	background: #fff;
	margin-top: 25px;
	margin-right: 10px;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #fff;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #29abe2;
}
/*  ------------------------
	BUTTONS
	------------------------  */

.btn-theme {
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	border-color: #fff;
	border-width: 2px;
	padding: 10px 28px;
	font-family: 'Montserrat', sans-serif;
	margin: 10px;
}
.btn-theme-full {
	background-color: #29abe2;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	padding: 15px 37px;
	font-family: 'Montserrat', sans-serif;
	margin: 10px;
}
.btn-theme:hover, .btn-theme:focus, .btn-theme:active, .btn-theme.active, .btn-theme-full:hover, .btn-theme-full:focus, .btn-theme-full:active, .btn-theme-full.active {
	background-color: #fff;
	color: #29abe2;
	border-color: #fff;
}
.glyphicon-arrow-right {
	border: 2px solid white;
	border-radius: 50px;
	padding: 5px;
	margin-left: 10px;
}
.btn-theme:hover .glyphicon-arrow-right {
	border: 2px solid #29abe2;
	border-radius: 50px;
	padding: 5px;
	margin-left: 10px;
}
.dmbutton:hover, .dmbutton:active, .dmbutton:focus {
	color: #ffffff !important;
	background-color: #2f5362;
	border-color: #ffffff;
}
.dmbutton {
	background: rgba(0, 0, 0, 0);
	color: #ffffff !important;
	margin-top: 15px;
	padding: 1rem;
	font-size: 1rem;
	cursor: pointer;
	font-weight: normal;
	line-height: normal;
	/*margin: 0 0 1.25rem;*/
	text-decoration: none;
	text-align: center;
	display: inline-block;
	-webkit-transition: background-color 300ms ease-out;
	-moz-transition: background-color 300ms ease-out;
	transition: background-color 300ms ease-out;
	-webkit-appearance: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-weight: normal !important;
}
#speakers .dmbutton i {
	color: #fff;
}
#speakers .dmbutton h3 i {
	color: #fff;
	font-size: 16px;
}
.mtb {
	margin-top: 80px;
	margin-bottom: 80px;
}
.mb {
	margin-bottom: 60px;
}
.mt {
	margin-top: 60px;
}
/*	-------------------------------------------------------------
	HEADER
----------------------------------------------------------------- */

#headerwrap {
	background-color: #29abe2;
	min-height: 600px;
	padding-top: 140px;
	padding-bottom: 40px;
	text-align: center;
	background: url(../../img/background.jpg);
}
#headerwrap h1 {
	color: #fff;
	margin-bottom: 25px;
	font-size: 50px;
	text-transform: uppercase;
 	font-weight: 700 !important;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: -1px;
	padding: 20px 0;
}

@media (max-width: 767px) {
#headerwrap h1 {
	font-size: 36px;
}
}
h1 em {
	font-size: 24px;
	font-style: normal;
	line-height: 3;
}
#headerwrap p a {
	font-size: 35px;
	color: #fff;
	padding: 0 20px;
}
#headerwrap p a:hover {
	color: #29abe2;
}
#headerwrap p{
	color:#fff;
}
/* Services Wrap */

#service, #location, #agenda, #speakers, #registration,  #callforcontent, #beasponsor {
	padding: 50px 0;
	background: #EEF4F7;
}
#service i {
	color: #29abe2;
	font-size: 60px;
	padding: 15px;
	padding-left: 0;
	font-style: normal;
	font-weight: 900;
	font-family: 'Lato', sans serif;
}
#service h4 {
	text-transform:uppercase;
}
#agenda, #callforcontent, #beasponsor, #speakers, #about, #registration {
	margin-top: 100px;
}
#agenda h4 {
	color: #29ABE2;
	text-transform: uppercase;
}
#location p, #agenda p {
	font-size: 16px;
}
#location h4 {
	color: #29abe2;
	text-transform: uppercase;
}
#location h3{
	margin-bottom: 70px;
	text-transform: uppercase;
}
#location a img{
	padding-bottom:20px;
}
#agenda p{
	text-align:center;
}
/*	-------------------------------------------------------------
	SPEAKERS
----------------------------------------------------------------- */

#speakers {
	padding-top: 60px;
	margin-bottom: 60px;
	display: block;
	text-align: center;
}

#speakers h3, #callforcontent h3, #about h3, #registration h3, #agenda h3 {
	margin-bottom: 20px;
	text-transform: uppercase;
}
.link {
	color: #29ABE2;
	border-bottom: 1px dotted;
}
.link:hover {
	color: #7ACAED;
}
#speakers i {
	font-size: 20px;
	color: #29ABE2;
}
#speakers .col-lg-12 a i.fa:hover {
	color: #333;
}
#speakers .col-lg-12 i {
	padding-right: 10px;
}
#speakers .row {
	padding-top: 50px;
}
#speakers .col-md-2 {
	min-height: 300px;
	padding: 0 10px;
}
#speakers .col-sm-4 {
	min-height: 350px;
	padding: 0 5px;
}
#speakers {
	min-height: 400px;
	padding: 0 5px;
}
#speakers .col-md-9 {
	text-align: left;
}
#speakers h4 {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
	color: #29ABE2;
}
#speakers h5 {
	font-weight: 700;
	font-size: 14px;
	font-family: 'Lato', sans-serif;
	letter-spacing: 0.3px;
	color: #2F5362;
}
#speakers h6, #speakers em {
	font-weight: 400;
	font-size: 14px;
	font-family: 'Lato', sans-serif;
	color: #68A0B7;
	letter-spacing: 0.3px;
	text-transform: uppercase;
	font-style: normal;
}
#speakers .col-md-3, #speakers .col-md-9 {
	margin: 30px 0;
}


.tpl6 h3 {
	color: #fff;
	margin: 0;
	padding: 20px 5px 0;
	font-size: 16px;
	text-transform: uppercase;
}
.tpl6 .bg {
	height: 100%;
	width: 100%;
	background-color: #00b3fe;
	background-color: rgba(0,179,254,.9);
	text-align: center;
}
/* Testimonials Wrap */
#twrap {
	background: #3e4e65;
	margin-top: 0px;
	padding-top: 60px;
	text-align: center;
	background-attachment: relative;
	background-position: center center;
	min-height: 450px;
	width: 100%;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#twrap i {
	font-size: 50px;
	color: #29abe2;
	margin-bottom: 25px;
}
#twrap p {
	color: white;
	font-size: 15px;
	line-height: 30px;
}
/* clients logo */
#cwrap {
	background: #fff;
	margin-top: 0px;
	padding-top: 80px;
	padding-bottom: 100px;
}
#cwrap h3 {
	margin-bottom: 20px;
}

/* Social Links */
#social {
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	background: #29abe2;
}
#social i {
	font-size: 40px;
	color: #FFF;
}
#social a {
	text-transform: uppercase;
	font-weight: 600;
	color: #D7EFF9;
	font-size: 12px;

}
a i.fa {
	-webkit-transition: background-color .4s linear, color .4s linear;
	-moz-transition: background-color .4s linear, color .4s linear;
	-o-transition: background-color .4s linear, color .4s linear;
	-ms-transition: background-color .4s linear, color .4s linear;
	transition: background-color .4s linear, color .4s linear;
}

#social .col-md-4 a:hover, #social .col-md-4 i:hover {
	color: #2F5362;
}
#social .col-md-4 {
	padding: 20px;
}

/*	################################################################
	PAGE CONFIGURATIONS
################################################################# */
/* General Tweaks */

#blue {
	background: #00b3fe;
	margin-top: 60px;
	margin-bottom: 60px;
	padding-top: 25px;
	padding-bottom: 25px;
}
#blue h3 {
	color: white;
	margin-left: 15px;
}
.ctitle {
	color: #00b3fe;
	font-weight: 700;
	margin-bottom: 10px;
}
csmall {
	font-size: 12px;
	color: #b3b3b3;
}
csmall2 {
	font-size: 12px;
	color: #f39c12
}
.spacing {
	margin-top: 40px;
	margin-bottom: 40px;
}
.badge-theme {
	background: #00b3fe;
}
/*	################################################################
	CUSTOM
################################################################# */

#speakers .he-wrap .tpl-6 img {
	border-radius: 0 !important;
}
#registration p.centered {
	padding-bottom: 50px;
	font-size: 16px;
}
#registration .getticket {
	color: #29ABE2;
	text-transform: uppercase;
	text-align: left;
	padding:20px 10px;
}
#registration h4 em {
	color: #2F5362;
	text-transform: uppercase;
	text-align: left;
	font-size: 16px;
	font-weight: 900;
}
#registration em {
	font-size: 16px;
	color: #2F5362;
	font-weight: 900;
	text-align: left;
	font-family: 'Lato';
	font-style: normal;
	text-transform: none;
}
#registration b {
	color: #29ABE2;
	font-weight: 700;
	font-size: 16px;
}

#registration .info {
	margin-top:50px;
}
.register {
	display: flex;
	flex-direction: row;
	flex-wrap: no-wrap;
	justify-content: space-between;
	margin-right: 10px;
}
.register li {
	list-style-type: none;
	padding: 5px;
}
.shrink-button {
	flex-shrink: 0.5;
	font-weight: 700;
	text-transform: uppercase;
	padding: 10px 50px;
	font-family: 'Montserrat', sans-serif;
	letter-spacing:-0.4px;
	font-size:12px;
	
}

.btn-primary[disabled] {
	background: #A1A1A1 !important;
	
}
.register .hidden {
	display: block !important;
}
#registration .btn-theme-new:hover, #registration .btn-theme-new:focus, #registration .btn-theme-new:active, #registration .btn-theme-new.active {
	background-color: 00b3fe;
	color: #fff;
	font-size:12px;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	border-top: 1px solid #ddd;
	line-height: 1.42857;
	padding: 25px 10px;
	vertical-align: top;
}
.scrolloff {
	pointer-events: none;
}
/*  ------------------------
	SPEAKERS
	------------------------  */	
#about{
	background:#eef4f7;
}
#about h3{
	padding-top:20px;
}
#about .text{
	padding-bottom:50px;
}
	
#about h4 {
	color: #29ABE2;
}
#about img {
	width: 80%;
}
#locationwrap {
	height: 500px;
}
#about .btn-theme-full {
	padding: 10px 30px;
	font-size: 12px;
	margin: 0;
	background: #29abe2;
	border: none;
}
#about .btn-theme-full:hover, #about .btn-theme-full:focus {
	color: #fff;
	background-color: #2f5362;
	padding: 10px 30px;
}
.btn-primary {
	background:#F93E5E;
	border: none;
	padding: 10px;
}
.btn-primary:hover {
	background: #29ABE2;
	border: none;
	padding: 10px;
}
.white{
	padding:30px 0 50px 0;
}

/*	-------------------------------------------------------------
	CALL FOR CONTENT
----------------------------------------------------------------- */
	
#callforcontent h4 {
	margin-top: 70px;
}
#callforcontent li,
.attend li {
	list-style: none;
	line-height: 2;
}
#callforcontent li span {
	color: #29ABE2;
	border: none;
	padding-right: 10px;
}
.submission-info {
	color: #29ABE2;
}
#callforcontent li {
	font-size: 16px;
}
#callforcontent .btn-theme-full {
	padding: 10px 40px;
	margin-left: 0;
	border: none;
	font-size: 14px;
}
#callforcontent .btn-theme-full:hover, #callforcontent .btn-theme-full:focus {
	color: #fff;
	background-color: #2f5362;
}
.fa-asterisk {
	padding-right: 5px;
	color: #F93E5E;
}
.small-text {
	font-size: 14px;
}
a.anchor {
	display: block;
	position: relative;
	top: -100px;
	visibility: hidden;
}
/*	-------------------------------------------------------------
	PRICING TABLE
----------------------------------------------------------------- */
.panel {
	margin-bottom: 0px
}
.panel-body {
	padding-bottom: 0;
}
.panel-info {
	border: none;
}
#beasponsor h3 {
	margin-bottom: 30px;
}
.popular {
	padding: 5px;
	background: #29ABE2;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	color: #fff;
	margin-top: 20px;
}
.pricing {
	text-transform: uppercase;
	margin: 20px;
}
.the-price {
	color: #29ABE2;
	padding-bottom: 20px;
}
.the-price h1 {
	margin-top: 20px;
}
.the-price h1 em {
	text-transform: uppercase;
	font-size: 20px;
}
.the-price b {
	color: #29ABE2;
}
.panel-header {
	background: #2F5362;
	color: #fff;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.panel-header-popular {
	background: #2F5362;
	color: #fff;
	border-radius: 0;
}
#beasponsor i {
	padding: 0 20px 0 10px;
	color: #31CF48;
}
#beasponsor p i {
	padding-right: 5px;
	color: #F93E5E;
	font-size: 12px;
}
#beasponsor i.fa-times {
	color: #FF0004;
}
#beasponsor td {
	padding: 10px;
	border: none;
}
td {
	font-weight: 700;
}
.panel-footer {
	background: #29ABE2;
	padding: 20px;
}
.panel-footer a {
	color: #fff;
	text-transform: uppercase;
	font-weight: 900;
	font-family: 'Montserrat', sans-serif;
}
.normal-package {
	margin-top: 66px;
}
#beasponsor .col-md-8, #beasponsor .col-md-4 {
	padding-top: 50px;
	padding-bottom: 20px;
}
b a {
	color: #29ABE2;
}
.about {
	margin-top: 30px;
}
.backtop {
	text-align: right;
}
.attend span{
	border:none;
	color:#29ABE2;
	padding-right:10px;
}
.attend ul{
	padding-top:30px;
	font-size:16px;
}
.attend {
	background-color: #fff;
	padding-top: 60px;
	padding-bottom: 40px;
	background:url(../../img/bg-attend.jpg) no-repeat scroll center center / cover #2F5362 ;
	color:#fff;
}
.attend h3{
	padding-bottom:30px;
}

#about {
	padding-bottom:0 !important;
}

/*	-------------------------------------------------------------
	Sponsors
----------------------------------------------------------------- */


#cwrap .btn-theme-full a
{
	color:#fff !important;
	padding:10px 20px !important;

}

#cwrap .btn-theme-full{
	background:#F93E5E;
	-webkit-transition: background-color .4s linear, color .4s linear;
	-moz-transition: background-color .4s linear, color .4s linear;
	-o-transition: background-color .4s linear, color .4s linear;
	-ms-transition: background-color .4s linear, color .4s linear;
	transition: background-color .4s linear, color .4s linear;
}
#cwrap .btn-theme-full:hover{
	background:#29ABE2;
	border:none;
	margin:10px;
	
}

#cwrap .btn-theme-full,
#cwrap .btn-theme-full:hover
 {
	margin-top:35px;
		border:none;
		-webkit-transition: background-color .4s linear, color .4s linear;
	-moz-transition: background-color .4s linear, color .4s linear;
	-o-transition: background-color .4s linear, color .4s linear;
	-ms-transition: background-color .4s linear, color .4s linear;
	transition: background-color .4s linear, color .4s linear;
}

#cwrap .row{
	margin-bottom:70px;
}

#cwrap h3{
	margin-top:10px;
	color:#29ABE2;
	text-transform:uppercase;
}
#cwrap img {
	padding:10px 0;
	margin:10px 0 20px 0;
}

/*	-------------------------------------------------------------
	About
----------------------------------------------------------------- */
#about h3.centered,
.white  h3.centered{
	margin:50px 0;
	color:#29ABE2;
}

.white{
	background:#fff;
}

.about-image1 {
	background:url(../../img/ITCamp-2013.jpg) no-repeat scroll center center / cover #2F5362;
	min-height:400px;
	display:block;
	color:#fff;
	padding-top:50px;
}

.about-image2 {
	background:url(../../img/ITCamp-2014.jpg) no-repeat scroll center center / cover #2F5362;
	min-height:400px;
	display:block;
	color:#fff;
	padding-top:50px;
}

blockquote p {
	color:#fff;
	font-size:24px;
	line-height:1.5;
	text-align:center;
}

blockquote {
	border:none;
	min-height:250px;
}
	
blockquote p.quoteleft {
	text-align:left;
}

blockquote p.quoteright {
	text-align:right;
}
	
#about h4{
	text-transform:uppercase;
	
}
	
#team {
	background: #f6f9fb;
	margin-top: 70px;
	padding:50px 0;
}
	
#team h3, #team h4 {
	text-transform: uppercase;
	color: #29ABE2;
}
#team h4{
	font-size:16px;
}
#team h5{
	text-transform:uppercase;
	padding-bottom:20px;
}
#team h3 {
	margin-bottom: 50px;
}
	
#team img {
	width: 80%;
}	

/* Footer */
	
html {
    position: relative !important;
    min-height: 100% !important;
}
body {
    margin-bottom: 50px !important; /* bottom = footer height */
}
.footer {
	display:block;
    position:fixed;
    bottom:0;
    height:50px !important;
	width:100%;
	background-color: #D6E4ED;
	z-index:999;
}

.footer span {
	color: #2F5362;
	text-align: center;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
	display:block;
	padding-top:15px;
}

.facebook{
	background:#3b5998;
	padding:7px 0 30px 0;
	-webkit-transition: background-color .4s linear, color .4s linear;
	-moz-transition: background-color .4s linear, color .4s linear;
	-o-transition: background-color .4s linear, color .4s linear;
	-ms-transition: background-color .4s linear, color .4s linear;
	transition: background-color .4s linear, color .4s linear;
}

.twitter{
	background:#4099FF;
	padding:7px 0 30px 0;
	-webkit-transition: background-color .4s linear, color .4s linear;
	-moz-transition: background-color .4s linear, color .4s linear;
	-o-transition: background-color .4s linear, color .4s linear;
	-ms-transition: background-color .4s linear, color .4s linear;
	transition: background-color .4s linear, color .4s linear;
}

.vimeo{
	background:#4EBBFF;
	padding:7px 0 30px 0;
	-webkit-transition: background-color .4s linear, color .4s linear;
	-moz-transition: background-color .4s linear, color .4s linear;
	-o-transition: background-color .4s linear, color .4s linear;
	-ms-transition: background-color .4s linear, color .4s linear;
	transition: background-color .4s linear, color .4s linear;
}

.facebook i,
.twitter i,
.vimeo i{
	color:#fff;
	font-size:24px;
	font-style:normal;
	padding:7px;
}

.facebook em, .twitter em, .vimeo em{
	text-transform:uppercase;
	font-size:12px;
	font-weight:900;
	color:#fff;
	font-style:normal;
	padding:5px;
	vertical-align:middle;
	margin-bottom:10px;
	display:inline-block;
}

.facebook:hover{
	background:#4366AF;
	-webkit-transition: background-color .4s linear, color .4s linear;
	-moz-transition: background-color .4s linear, color .4s linear;
	-o-transition: background-color .4s linear, color .4s linear;
	-ms-transition: background-color .4s linear, color .4s linear;
	transition: background-color .4s linear, color .4s linear;
}

.twitter:hover{
	background:#55A4FF;
	-webkit-transition: background-color .4s linear, color .4s linear;
	-moz-transition: background-color .4s linear, color .4s linear;
	-o-transition: background-color .4s linear, color .4s linear;
	-ms-transition: background-color .4s linear, color .4s linear;
	transition: background-color .4s linear, color .4s linear;
}
.vimeo:hover{
	background:#6DC5FF;
	-webkit-transition: background-color .4s linear, color .4s linear;
	-moz-transition: background-color .4s linear, color .4s linear;
	-o-transition: background-color .4s linear, color .4s linear;
	-ms-transition: background-color .4s linear, color .4s linear;
	transition: background-color .4s linear, color .4s linear;
}
@media (max-width: 1400px) {
	.footer .container{
		width:100%;
	}
}

/*	-------------------------------------------------------------
	Agenda
----------------------------------------------------------------- */
.agenda-header{
	margin-bottom:70px;
}
.agenda-tabs .tabs {
	position: relative;
	overflow: hidden;
	width: 100%;
	font-weight: 300;
	font-size: 1.25em;
}

/* Nav */
.tabs nav {
	text-align: center;
}

.tabs nav ul {
	position: relative;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	margin: 0 auto;
	padding: 0;
	max-width: 1200px;
	list-style: none;
	-ms-box-orient: horizontal;
	-ms-box-pack: center;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}

.tabs nav ul li {
	position: relative;
	z-index: 1;
	display: block;
	margin: 0;
	text-align: center;
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.tabs nav a {
	position: relative;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 2.5;
}

.tabs nav a span {
	vertical-align: middle;
	font-size: 0.75em;
}

.tabs nav li.tab-current a {
	color: #29ABE2;
}

.tabs nav a:focus {
	outline: none;
}

/* Content */
.agenda-wrap {
	position: relative;	
}

.agenda-wrap section {
	display: none;
	margin: 0 auto;
	padding: 3em;
	max-width: 1200px;	
}

.agenda-wrap section.content-current {
	display: block;
}


/* Fallback */
.no-js .agenda-wrap section {
	display: block;
	padding-bottom: 2em;
	border-bottom: 1px solid rgba(255,255,255,0.6);
}

.no-flexbox nav ul {
	display: block;
}

.no-flexbox nav ul li {
	min-width: 15%;
	display: inline-block;
}

@media screen and (max-width: 58em) {
	.tabs nav a.icon span {
		font-size:14px;
	}
	.tabs nav a:before {
		margin-right: 0;
	}
	
}
@media screen and (max-width: 38em) {
	.agenda-wrap section{
		padding:2em 1em;
	}
}

/*****************************/
/* Flip */
/*****************************/

.tabs-style-flip {
	max-width: 1200px;
}

.tabs-style-flip nav a {
	padding: 0.5em 0;
	color: #2F5362;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

.tabs-style-flip nav a:hover,
.tabs-style-flip nav a:focus,
.tabs-style-flip nav li.tab-current a {
	color: #29ABE2;
}

.tabs-style-flip nav a span {
	text-transform: uppercase;
	font-weight:900;
	font-size:18px;
	font-family:'Montserrat', sans-serif;
}

.tabs-style-flip nav a::after {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background-color: #f0f0f0;
	content: '';
	-webkit-transition: -webkit-transform 0.3s, background-color 0.3s;
	transition: transform 0.3s, background-color 0.3s;
	-webkit-transform: perspective(900px) rotate3d(1,0,0,90deg);
	transform: perspective(900px) rotate3d(1,0,0,90deg);
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-perspective-origin: 50% 100%;
	perspective-origin: 50% 100%;
}

.tabs-style-flip nav li.tab-current a::after {
	background-color: #fff;
	-webkit-transform: perspective(900px) rotate3d(1,0,0,0deg);
	transform: perspective(900px) rotate3d(1,0,0,0deg);
}

.tabs-style-flip .content-wrap {
	background: #fff;
}


.tabs {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	width: 100%;
	font-weight: 300;
	font-size: 1.25em;
}

.agenda-wrap{
	background:#fff;
	margin-top:-1px;
}

.agenda-wrap .col-lg-12{
	padding-left:0 !important;
	font-size:16px;
}


.agenda-wrap .col-sm-12 img{
	border-radius:50%;
	margin-right:20px;
	max-width:60px;
	float:left;
}

.agenda-wrap .col-sm-12 h5{
	float:left;	
}
.time{
	font-weight:900;
	color:#29ABE2;
	font-size:16px;
	padding:20px 0;
	border-bottom: 1px solid #E1E1E1;
	border-top: 1px solid #E1E1E1;
}

.agenda-wrap .col-lg-12{
	margin:10px 0;
	padding:10px;
	overflow:auto;
	
}

.agenda-wrap h4 {
	margin-top:20px;
	text-transform:none !important;
	font-size:20px;
	padding-bottom:5px;
	font-weight:400;
	color:#2F5362 !important;	
}
.agenda-wrap h5{
	padding:10px 0;
	text-transform:uppercase;
}

.agenda-wrap h5 small{
	color:#68A0B7;
	letter-spacing:0.1px;
}

.session{

}
.track-orange{
	
	border-top: 6px solid #FCB400 !important;
}
.track-red{
	
	border-top: 6px solid #F93E5E !important;
}
.track-blue{
	
	border-top: 6px solid #29ABE2 !important;
}
.track-green{
		
	border-top: 6px solid #65B748 !important;
}
.track-yellow{
	border-top: 6px solid #FAF257 !important;
}

.agenda-wrap .col-lg-6{
	margin:20px 0;
}
.agenda-wrap .row{
	width:100%;
	overflow:hidden;
	padding:0 !important;
	margin:0 !important;
}

.session-level{
	text-align:left !important;
	font-size:12px;
	padding-bottom:10px;
	font-weight:600;
	color:#68A0B7;
	text-transform:uppercase;
}

.col-lg-6 .session-level{
	
	text-transform:uppercase;
}

.agenda-wrap a h5{
	color:#2F5362;
	-webkit-transition: background-color .4s linear, color .4s linear;
	-moz-transition: background-color .4s linear, color .4s linear;
	-o-transition: background-color .4s linear, color .4s linear;
	-ms-transition: background-color .4s linear, color .4s linear;
	transition: background-color .4s linear, color .4s linear;
	
}
.agenda-wrap a h5:hover{
	color:#29ABE2;
}
.backtop{
	font-size:14px;
	padding-top:10px;
	text-transform:uppercase;
	font-weight:700;
	color:#29ABE2 !important;
}
.glyphicon-arrow-up {
	border: 2px solid #337ab7;
	border-radius: 50px;
	padding: 5px;
	margin: 10px;
	
}
.backtop a:hover .glyphicon-arrow-up {
	border: 2px solid #29ABE2;
	
}
.past-sessions {
	font-size:20px;
	color:#fff;
	padding-bottom:20px;
	
}
.about-image2 .btn-theme-full{
	padding:8px 40px;
	color:#fff;
	background:#29ABE2;
	margin:0 20px 20px 0;
}
.about-image2 a{
	font-size:14px;
	font-weight:400;
}

.about-image2 .btn-theme-full:hover{
	color:#29ABE2;
	background:#fff;
}

.session .col-md-12,
.session .col-sm-12,
.session .col-xs-12{
	margin-top:20px !important;
}

.session .link{
	font-size:16px;
}

.well{
	background:#fff;
	min-height: 20px;
padding:20px 10px 0 0;
margin-bottom: 20px;
border:none !important;
box-shadow:none;
}
	

.well p{
	text-align:left !important;
}

.well ul{
	padding-left:20px;
}

/*	-------------------------------------------------------------
	TESTIMONIALS
----------------------------------------------------------------- */


#testimonials{
	background:#EEF4F7;
	padding:70px 0;
}

/* carousel */
#quote-carousel 
{
  padding-bottom:30px;
  margin-top: 30px;
}

.carousel-inner p{
	color:#2F5362;
	text-align:left;
	font-size:20px;
}
.carousel-inner small{
	text-transform:uppercase;
	color: #29ABE2;
	
}

/* Control buttons  */
#quote-carousel .carousel-control
{
  background: none;
  color: #222;
  font-size: 2.3em;
  text-shadow: none;
  margin-top: 30px;
}
/* Previous button  */
#quote-carousel .carousel-control.left 
{
  left: -12px;
}
/* Next button  */
#quote-carousel .carousel-control.right 
{
  right: -12px !important;
}
/* Changes the position of the indicators */
#quote-carousel .carousel-indicators 
{
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px;
}
/* Changes the color of the indicators */
#quote-carousel .carousel-indicators li 
{
  background: #c0c0c0;
  border:none;
  margin:0 5px;
 
}
#quote-carousel .carousel-indicators .active 
{
  background:#29ABE2;
}
/* End carousel */

.item blockquote {
    border-left: none; 
    margin: 0;
}

.item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
	color:#29ABE2;
}



/**
  MEDIA QUERIES
*/

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { 
    #quote-carousel 
    {
      margin-bottom: 0;
      padding: 0 40px 30px 40px;
    }
    
}

/* Small devices (tablets, up to 768px) */
@media (max-width: 768px) { 
    
    /* Make the indicators larger for easier clicking with fingers/thumb on mobile */
    
    #quote-carousel .carousel-indicators {
        bottom: -20px !important;  
    }
    #quote-carousel .carousel-indicators li {
        display: inline-block;
        margin: 0px 5px;
        width: 15px;
        height: 15px;
    }
    #quote-carousel .carousel-indicators li.active {
        margin: 0px 5px;
        width: 20px;
        height: 20px;
    }
}

#interviews{
	margin-top:100px;
	background: #EEF4F7;
}

.agenda-header h3{
	margin-top:70px;
}
.interviews h3{
	margin-top:50px;
	color:#29ABE2;
	padding-bottom:20px;
}

.interviews{
	
	text-align:left !important;
}
.interviews img{
	border-radius:50%;
	margin-right:20px;
	max-width:100px;
	border:#7ACAED 4px solid;
	float:left;
}
.soon h3 {
	color:#959DA2;
}
.soon h5{
	padding-top:25px;
	text-transform:uppercase;
	font-size:18px;
	color:#959DA2;
	
}
.available h5,
.interview h5{
	padding-top:25px;
	text-transform:uppercase;
	font-size:18px;
	color:#2F5362;
}
.available h5:hover{
	color:#29ABE2;
}

.soon h5 small{
	letter-spacing:0.1px;
	color:#B5BDC1;
}
.available h5 small,
.interview h5 small{
	letter-spacing:0.1px;
	color:#68A0B7;
}

.interviews .available img,
.interview img{
	border-radius:50%;
	margin-right:20px;
	max-width:150px;
	border:#29ABE2 4px solid;
	float:left;
}
 .interviews .soon img{
	border-radius:50%;
	margin-right:20px;
	max-width:150px;
	border:none !important;
	float:left;
}
.question p{
	font-weight:700;
	padding-top:20px;
}

.interviews  .col-lg-12{
	border-bottom:dotted 1px #B4E1F4;
	padding-bottom:40px;
}
.interview i{
	padding-right:10px;
	font-size:20px;
	color:#29ABE2;
}
.interview{
	padding:100px 0;
}
p.back a{
	border-bottom:dotted 1px #29ABE2 !important;
	color:#29ABE2 !important;
	font-size:18px;
}
p.back{
	margin-top:20px;
}
	
#ITCampCountdown{
	padding-top:30px;
}
.interview h2{
	padding-bottom:30px;
}

.answer a {
	border-bottom:dotted 1px #29ABE2 !important;
	color:#29ABE2 !important;
	font-size:16px;
}
.about h4{
	padding-left:16px;
	margin-top:50px;
}

#location{
	background:url(../../img/itcamp_location_map.jpg) no-repeat ;
	 -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
}
#location h3{
	color:#fff;
	
}
.address{
	background:rgba(41,171,226,0.8);
	padding:10px 0;
	max-width:500px;
	margin:0 auto;
}
.address h4,
.address p{
	color:#fff !important;
}

#location h4,
#location h5,
#location p{
	color:#fff;
}
#location h5{
	text-transform:uppercase !important;
}
#location .row{
	padding:50px 0;
}
#location .col-md-4{
	padding-top:50px;
}
#location i{
	font-size:30px;
	color:#29ABE2;
}
#location h4 i{
	color:#fff;
	margin-left:-20px;
	padding-right:10px;
	font-size:20px;
}
a:hover .address{
	background:rgba(122,202,237,0.7)
}
#location p a {
	border-bottom:dotted 1px #29ABE2 !important;
}

#location a:visited{
	color:#7ACAED;
}